home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / tcp_ip / rmail213 / rmailer.hx < prev    next >
Text File  |  1993-08-07  |  4KB  |  94 lines

  1. REL #        DESCRIPTION
  2. =====        ===========
  3.  
  4. 1.2        First general release
  5.  
  6. 1.3        fixed using wrong To: when PRMBS RMAIL sent to a mailing list
  7.         that then sent RMAIL to a 1.2 server
  8.  
  9. 2.00        Begins development and support of expanded feature set by
  10.         adding RFC-822 continuation line support for To: list
  11.  
  12. 2.01        adds logging by to field of S[BP] line
  13.  
  14. 2.02        forces H-name to be given, strips R: headers and supports
  15.         named mailing lists not including RMAILs
  16.  
  17. 2.03        named lists with RMAILs, embedded RMAILs and acknowledge
  18.         list postings by reply message
  19.  
  20. 2.04        tighten code and do not send a copy of list postings to the
  21.         poster if on the list just send acknowledgement message
  22.  
  23. 2.05        cleaned up embedding RMAILs without limits, Reply-To.log moved
  24.         to same directory as *.dst, updated arpadate(), added
  25.         requestable confirmation messages for RMAILs (*CONFIRM), list
  26.         confirmation messages made supressable (*NOCONFIRM),
  27.         Heirarchical Name now a command argument not switch argument
  28.         (now must be at end of command line), in *.dst address is
  29.         whitespace delimited from following comments, added un-modified
  30.         passthrough for non-RMAIL/non-DST messages, corrected data
  31.         source for Reply-To.log, RMAILER with no arguments displays
  32.         the usage text
  33.  
  34. 2.06        replaced passthrough for non-RMAIL/non-DST messages with a
  35.         resending function compatable with the ROSErver/PRMBS version,
  36.         extended resender to generate "Address Correction Notices" for
  37.         resent messages (toggled with the -a switch), added -t option
  38.         which changes message log file extentions to .YYM (YY = year
  39.         mod 100 and M = hex month (1 = JAN to C = DEC)) to allow
  40.         monthly archiving of message logs, added support for an
  41.         RMAILOPT environmental variable that can be used to set any or
  42.         all of the A, S and T options (i.e. any option that does not
  43.         take an argument), added -i switch to fix FBB FUBAR (views
  44.         "$" as a NULL MID/BID not as forcing assignment) argument
  45.         values of '$' or '%' are used for force characters any other
  46.         value nulls out string (FBB'ers can use "-i x" to remove force
  47.         character) default is '$'
  48.  
  49. 2.07        Log files now default to *YY.MON (eg RMAIL93.APR) (ie -t+) use
  50.         -t- to get *.LOG, -i switch now has no space before argument
  51.         (ie -i$ or -i% or -i- [none]), -a now accepts +|- to set or
  52.         suppress address correction messages (ie -a+ sends and -a-
  53.         suppresses), RMAILOPT is now RMO and can include A, I, S and
  54.         T options (eg "SET RMO=sa+t-i$"  will save input, send address
  55.         corrections, log to *.log and use $ to force MIDs/BIDs), found
  56.         and fixed bug in supressing type tagged sender's copy when
  57.         expanding a mailing list
  58.  
  59. 2.07F.3        F6FBB BBS server version of 2.07
  60.  
  61. 2.08        Combines 2.07 and 2.07F.3 into one program that by default acts
  62.         as the "Generic" Server (i.e. RMAILER).  If renamed to include
  63.         "FBB" in the program name (e.g. FBBRMAIL.EXE or RMAILFBB.EXE)
  64.         or the letter 'F' is included in the value of the RMO variable
  65.         it will function as a server for F6FBB BBS.
  66.  
  67. 2.09        Adds automated list maintenance services for mailing lists
  68.         via message having only SENDLIST, SUBSCRIBE or UNSUBSCRIBE
  69.         alone as the subject.  Any text in such a message is ignored
  70.         except for locating the @ BBS via "From:" or "Reply-To:" lines.
  71.  
  72. 2.10        Disable banner for FBB server.
  73.  
  74. 2.11        Bug fix: bad log directory name for FBB server in 2.08 to 2.10.
  75.  
  76. 2.12        Fixed condition that could leave a comma attached to an H-Name
  77.         of an embedded RMAIL.  Noconfirm is now default condition and
  78.         *NOCONFIRM is no longer supported.  Added support for LIST, ADD
  79.         and REMOVE as list maintenance directive subjects.  Unless no
  80.         addressee has been listed (to continue to pass the RMAILs must
  81.         have at least TWO addresses on the "To:" line test) embedded
  82.         RMAILs will generate continuation lines.
  83.  
  84. 2.13        Continuation lines are now generated after every five addresses
  85.         when generating RMAILs rather than at each embedded RMAIL.  The
  86.         extra "From:" and "To  :" generated by an FBB system are removed
  87.         when the message is next processed down stream by a 2.13 system.
  88.         Added the *NOXTO directive which if used _MUST_ be the first
  89.         "address" after RMAIL@<BBS> on the "To:" line to suppress
  90.         inclusion of the current "To:" line (and continuations) as an
  91.         "X-To:" header in expanded messages (this is intended primarily
  92.         for those supporting mailing lists where one could have more
  93.         addresses than message body).
  94.